home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / HEI155C.M3 < prev    next >
Text File  |  1996-04-01  |  5KB  |  184 lines

  1. name Heidenhain TNC 155 Conversational
  2.  
  3. O >8
  4. e >8
  5. i 00
  6. N >3 ""
  7. t >2
  8. u >2
  9. L 00
  10. l +->3.>4 L
  11. C >2
  12. X +->3.>4
  13. Y +->3.>4
  14. Z +->3.>4 Force
  15. G >2
  16. d >2.1
  17. H 00 Z
  18. W >2
  19. Q ->3.>4
  20. R ->3.>4 Force Modal
  21. r >2
  22. F >31 Force Modal
  23. M >2 Force Modal
  24. m 00 M
  25. S >4
  26. s ->3.>4
  27. z ->3.>4
  28. w >3.>4
  29.  
  30. ModalLetters X Y                      # List of letters that are modal    
  31.  
  32. ModalGs                               # List of g codes that are modal    
  33.  
  34. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  35. First#? Y                             # Y or N  'Output 1st sequence no.  
  36. Last#? Y                              # Y or N  'Output last sequence no. 
  37.  
  38. Comment ( )                           # Begin End comment char.           
  39.  
  40. HCode X                               # X or X U  'Horizontal char.       
  41. VCode Y                               # Y or Y V  'Vertical char.         
  42. Dcode Z                               # Depth char.                       
  43. FeedCode F                            # Feed rate char.                   
  44.  
  45. Feed L10                            # Linear move                       
  46. Rapid L10 r0                      # Rapid positioning word            
  47. Spaces? Y                             # Y or N  'Spaces between words     
  48.  
  49. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  50. Coolant 8 9 7                         # On, Off & Mist m codes            
  51. DComp 41 42 40                        # Left, Right & Cancel m codes      
  52. LComp 43 49                           # On & Off codes                    
  53.  
  54. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  55. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  56.  
  57. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  58.  
  59. CtrCode I J                           # I J or R or I J K L               
  60. Helical? N
  61. MaxRad 999 .010
  62.  
  63. RevSigns s Q                          # List of letters to reverse signs  
  64.  
  65. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  66.  
  67. Drill 6                               # Drilling canned/manual cycle      
  68. d0
  69. d0.1 s[RPlane]
  70. d0.2 z[D]
  71. d0.3 Q[D]
  72. d0.4 w[Dwell]
  73. d0.5 F[FRate]
  74. L10 X[H] Y[V] R0 F600 M99
  75. end
  76.  
  77. Peck 7                                # Pecking canned/manual cycle       
  78. d1
  79. d1.1 s[RPlane]
  80. d1.2 z[D]
  81. d1.3 Q[VBite]
  82. d1.4 w[Dwell]
  83. d1.5 F[FRate]
  84. L10 X[H] Y[V] r99
  85. L10 X[H] Y[V] W99
  86. end
  87.  
  88. Tap 5                                 # Tapping canned/manual cycle       
  89. d2
  90. d2.1 s[RPlane]
  91. d2.2 z[D]
  92. d2.3 w[Dwell]
  93. d2.4 F[FRate]
  94. L10 X[H] Y[V] R0 F600 M99
  95. end
  96.  
  97. LTap 5                                # Left handed tapping cycle         
  98. d2
  99. d2.1 s[RPlane]
  100. d2.2 z[D]
  101. d2.3 w[Dwell]
  102. d2.4 F[FRate]
  103. L10 X[H] Y[V] R0 F600 M99
  104. end
  105.  
  106. Cancel                                # Cancel a canned/manual cycle      
  107. G80
  108. end
  109.  
  110. StartCode                             # Start of the program              
  111. O[Program#] i0
  112. End
  113.  
  114. 1stToolChange                         # First tool change                 
  115. t[Tool] l0 R[ToolRad]
  116. u[Tool] H[Lcomp] S[Speed]
  117. L10 X[H] Y[V] R0 F600 M6
  118. L10 Z[D] r13
  119. End
  120.  
  121. Infeed                                # Enable cutter comp                
  122. L10 X[H] Y[V] G[Side] F[FRate] m0
  123. end
  124.  
  125. Outfeed                               # Disable cutter comp               
  126. L10 G40 X[H] Y[V]
  127. end
  128.  
  129. ToolChange                            # Secondary tool changes            
  130. L10 Z0 R0 F600 M91
  131. t[Tool] l0 R[ToolRad]
  132. u[Tool] H[Lcomp] S[Speed]
  133. L10 X[H] Y[V] R0 F600 M6
  134. L10 Z[D] R0 F600 M13
  135. End
  136.  
  137. EndCode                               # End of the program                
  138. L10 Z0 R0 F600 M91
  139. L10 X0 Y0 M2
  140. e[Program#] i0
  141. End
  142.  
  143. LineCode                              # Linear move                       
  144. L10 X[H] Y[V] Z[D] R0 F[FRate] m0
  145. end
  146.  
  147. CwCode                                # CW circular move                  
  148. C1 X[HCtr] Y[VCtr]
  149. C0 X[H] Y[V] G2 W0
  150. end
  151.  
  152. CcwCode                               # CCW circular move                 
  153. C1 X[HCtr] Y[VCtr]
  154. C0 X[H] Y[V] G3 W0
  155. end
  156.  
  157. Replace "O" with "BEGIN PGM "
  158. Replace "i" with "INCH"
  159. Replace "e" with "END PGM "
  160. Replace "R0 " with "R "
  161. Replace "G41 " with "RL "
  162. Replace "G42 " with "RR "
  163. Replace "G40 " with "R0 F M"
  164. Replace "t" with "TOOL DEF "
  165. Replace "u" with "TOOL CALL "
  166. Replace "W0" with "R F M"
  167. Replace "W" with "R F M"
  168. Replace "r0" with "R F6000 M"
  169. Replace "r" with "R F6000 M"
  170.  
  171. Replace "G2 " with "DR- "
  172. Replace "G3 " with "DR+ "
  173. Replace "C1 " with "CC "
  174. Replace "C0 " with "C "
  175.  
  176. Replace "d" with "CYCL DEF "
  177. Replace "EF 0.0 " with "EF 0.0 DRILL"
  178. Replace "EF 1.0" with "EF 1.0 PECKING"
  179. Replace "EF 2.0" with "EF 2.0 TAPPING"
  180. Replace "s" with "SET UP "
  181. Replace "z" with "DEPTH "
  182. Replace "Q" with "PECKG "
  183. Replace "w" with "DWELL "
  184.